Skip to main content

DescribePropertyUserDiff

Description

No description for this api.

Request Method

POST

Request Path

/apsara/route/Sas/DescribePropertyUserDiff

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
IsRootBODYstringNoNo sample value for this parameter.whether to root permission account, value range: 1: means yes 0: indicates no
UserBODYstringNoNo sample value for this parameter.user account name.
UuidBODYstringNoNo sample value for this parameter.host asset UUID.
PageSizeBODYintegerNoNo sample value for this parameter.specifies the maximum number of records per page in the returned result. default value: 20
CurrentPageBODYintegerNoNo sample value for this parameter.specifies the number of pages currently returned. default value: 1
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api
DiffStatusBODYstringNoNo sample value for this parameter.Change type, value range: create: indicates new delete: indicates deletion modified: indicates modification
RemarkBODYstringNoNo sample value for this parameter.host asset IP or instance name. description supports fuzzy matching.

Return data

NameTypeSample valueDescription
GroupNamestringno demo valueuser group information.
IsRootstringno demo valuewhether it is a Root permission account.
Userstringno demo valueaccount name.
RequestIdstringno demo valuerequest ID.
PageSizeintegerno demo valuepage displays the maximum number of records.
Ipstringno demo valuehost IP.
PropertyUserDiffsarrayno demo valuehost user account change information. see the following parameter description for specific sub-items.
AccountsExpirationDatestringno demo valueaccount expiration time.
DiffKeyListstringno demo valuechange field name.
DiffStatusstringno demo valuechange type.
InstanceNamestringno demo valuehost instance name.
TotalCountintegerno demo valuetotal number of records returned.
Uuidstringno demo valuehost asset UUID.
CurrentPageintegerno demo valuecurrently returns page number.
Createstringno demo valueinformation reporting time.
PasswordExpirationDatestringno demo valueaccount password expiration time.

Example

Successful Response example

{
"GroupName":"no demo value",
"IsRoot":"no demo value",
"User":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"Ip":"no demo value",
"PropertyUserDiffs":"no demo value",
"AccountsExpirationDate":"no demo value",
"DiffKeyList":"no demo value",
"DiffStatus":"no demo value",
"InstanceName":"no demo value",
"TotalCount":"no demo value",
"Uuid":"no demo value",
"CurrentPage":"no demo value",
"Create":"no demo value",
"PasswordExpirationDate":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}